net/http.wantConn.waiting (method)
4 uses
net/http (current package)
transport.go#L902: if w.cancelCtx != nil && !w.waiting() {
transport.go#L1324: func (w *wantConn) waiting() bool {
transport.go#L1438: if w == nil || w.waiting() {
transport.go#L1652: if w.waiting() {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)